const github.com/google/go-cmp/cmp.emitType

8 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L28: 	emitType typeMode = iota
		report_compare.go#L152: 			return opts.WithTypeMode(emitType).FormatType(v.Type, list)
		report_compare.go#L171: 		out := opts.WithTypeMode(emitType).FormatDiff(v.Value, ptrs)
		report_compare.go#L196: 			out = opts.WithTypeMode(emitType).FormatDiff(v.Value, ptrs)
		report_reflect.go#L308: 		return opts.WithTypeMode(emitType).FormatValue(v.Elem(), t.Kind(), ptrs)
		report_slices.go#L96: 		opts = opts.WithTypeMode(emitType)
		report_slices.go#L244: 				opts = opts.WithTypeMode(emitType)
		report_slices.go#L326: 			opts = opts.WithTypeMode(emitType)